projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c3c073
)
(advance-direction): Set kp-f3, not kp-f1.
author
Richard M. Stallman
<rms@gnu.org>
Fri, 23 Jul 1993 18:15:22 +0000
(18:15 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 23 Jul 1993 18:15:22 +0000
(18:15 +0000)
lisp/emulation/edt.el
patch
|
blob
|
history
diff --git
a/lisp/emulation/edt.el
b/lisp/emulation/edt.el
index 3770767fe9282330a245ca21327cad142b96ffd9..8e186d45abd2db98db623489b81c49031c010ada 100644
(file)
--- a/
lisp/emulation/edt.el
+++ b/
lisp/emulation/edt.el
@@
-290,7
+290,7
@@
Accepts a prefix argument for the number of paragraphs."
"Set EDT Advance mode so keypad commands move forward."
(interactive)
(setq edt-direction-string " ADVANCE")
- (global-set-key [kp-f
1
] 'isearch-forward)
+ (global-set-key [kp-f
3
] 'isearch-forward)
(global-set-key [kp-8] 'scroll-window-up)
(global-set-key [kp-7] 'next-paragraph)
(global-set-key [kp-1] 'forward-to-word)